home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / amax_220.arc / BATCH.ARC / BATCH.DOC < prev    next >
Text File  |  1990-12-16  |  1KB  |  48 lines

  1.  
  2.                      Batch Files for Automated Processing
  3.  
  4.                                AMAX Version 2.20
  5.  
  6.                      Copyright (C) 1990 Alan D. Applegate
  7.                               All Rights Reserved
  8.  
  9. INTRODUCTION
  10.  
  11. There are several batch files included in this archive.  All are examples of 
  12. how AMAX operations may be automated from the command line.  
  13.  
  14. All of the batch files use the -g command line option of AMAX to group 
  15. a series of commands together for processing as a batch, instead of manually 
  16. interacting with AMAX.  This ability allows AMAX to be operated unattended 
  17. in batch files.  
  18.  
  19. The -g option is explained fully in the documentation, but be aware that the 
  20. functionality is anemic at best.  Using AMAX this way is not intended to 
  21. replace programs like Get, Send, Please, etc., unless your in a serious disk 
  22. space pinch.  These batch files do, however, show how you might use this 
  23. anemic functionality to your benefit. 
  24.  
  25. BATCH FILES
  26.  
  27.      ASEND.BAT
  28.  
  29.           Send a file to a remote system with "Continuous" flavor.
  30.           Usage:  ASEND address filename
  31.  
  32.      AREQ_P.BAT
  33.  
  34.           Make a file request with a password.
  35.           Usage:  AREQ_P address filename password
  36.  
  37.      AREQ_NP.BAT
  38.  
  39.           Make a file request without a password.
  40.           Usage:  AREQ_NP address filename
  41.  
  42.      APOLL.BAT
  43.           
  44.           Poll a system.
  45.           Usage:  APOLL address
  46.  
  47.  
  48.